home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / text / hyper / hsc_source.lha / hsc / source / hsclib / posteval.h < prev    next >
C/C++ Source or Header  |  1996-07-06  |  378b  |  24 lines

  1. /*
  2.  * hsclib/posteval.h
  3.  *
  4.  * functions to postprocess attributes
  5.  * (remember IDs, references, etc)
  6.  */
  7.  
  8. #ifndef HSCLIB_POSTEVAL_H
  9. #define HSCLIB_POSTEVAL_H
  10.  
  11. /*
  12.  *
  13.  * extern references
  14.  *
  15.  */
  16. #ifndef NOEXTERN_HSCLIB_POSTEVAL_H
  17.  
  18. extern BOOL postprocess_tagattr(HSCPRC * hp, HSCTAG *tag, BOOL open_tag);
  19.  
  20. #endif /*  NOEXTERN_HSCLIB_POSTEVAL_H */
  21.  
  22. #endif /* HSCLIB_POSTEVAL_H */
  23.  
  24.